home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 18 / Silicon_Graphics_hot mix 18.iso / html / vendors / adobe / software / Removeit.csh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1998-01-07  |  445 b   |  13 lines

  1. #!/bin/csh -f
  2.  
  3. set INSTALL_FROM_DIR = $HOTMIXDIR/html/vendors/adobe/software
  4.  
  5. xwsh -bg royalblue -fg white \
  6.         -geom 80x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
  7.         -title "Removing Adobe Photoshop Performance Package 1.1" \
  8.         -e /bin/csh -c \
  9.         "echo You must be root to remove the Adobe Photoshop Performance Package 1.1...; \
  10.         cd ${INSTALL_FROM_DIR}; \
  11.         su root -c './Removeit2'; \
  12.     sleep 2"
  13.